home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / ms_sh23s.zip / SRC / SH.DEF < prev    next >
Text File  |  1994-08-26  |  1KB  |  45 lines

  1. ; MS-DOS SHELL - OS/2 Definition File
  2. ;
  3. ; MS-DOS SHELL - Copyright (c) 1992,4 Data Logic Limited
  4. ;
  5. ; This code is based on (in part) the shell program written by Charles
  6. ; Forsyth and is subject to the following copyright restrictions:
  7. ;
  8. ; 1.  Redistribution and use in source and binary forms are permitted
  9. ;     provided that the above copyright notice is duplicated in the
  10. ;     source form and the copyright notice in file sh6.c is displayed
  11. ;     on entry to the program.
  12. ;
  13. ; 2.  The sources (or parts thereof) or objects generated from the sources
  14. ;     (or parts of sources) cannot be sold under any circumstances.
  15. ;
  16. ;    $Header: /usr/users/istewart/shell/sh2.3/Release/RCS/sh.def,v 2.2 1994/08/25 20:58:47 istewart Exp $
  17. ;
  18. ;    $Log: sh.def,v $
  19. ;    Revision 2.2  1994/08/25  20:58:47  istewart
  20. ;    MS Shell 2.3 Release
  21. ;
  22. ;    Revision 2.1  1993/06/02  09:58:12  istewart
  23. ;    Shell 223 Beta Release - see Notes file
  24. ;
  25. ;    Revision 2.0  1992/04/13  17:40:33  Ian_Stewartson
  26. ;    MS-Shell 2.0 Baseline release
  27. ;
  28. ;    
  29. ;
  30. NAME        MSShell WINDOWCOMPAT NEWFILES
  31. DESCRIPTION    'MS Shell for OS/2 and MSDOS'
  32. EXETYPE        OS2 
  33. STACKSIZE    32672
  34. PROTMODE
  35.  
  36. IMPORTS    DOSFLAGPROCESS=DOSCALLS.15
  37. IMPORTS DOSGETPRTY=DOSCALLS.9
  38. IMPORTS DOSQPROCSTATUS=DOSCALLS.154
  39.  
  40. SEGMENTS
  41.     '_MSGSEG' CLASS 'CODE'
  42.     '_MSGSEG32' CLASS 'CODE'
  43.  
  44.  
  45.